home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Appsprites / APPMAKER CODE / MainWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-11  |  605 b   |  22 lines  |  [TEXT/KAHL]

  1. /* MainWindow.h */
  2. /* Created 7/11/93 11:43 AM by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    OpenMainWindow        (Str255        fName,
  8.                              short            vRefNum,
  9.                              short            fRefNum);
  10. void    CloseMainWindow        (void);
  11. void    ControlMainWindow    (ControlHandle    whichControl,
  12.                               short             whichPart,
  13.                              Point            where);
  14. void    MouseInMainWindow    (Point            where,
  15.                              short            modifiers);
  16. void    TypeInMainWindow    (char            ch);
  17. void    UpdateMainWindow    (void);
  18. void    ActivateMainWindow    (Boolean        activate);
  19. void    ResizeMainWindow    (void);
  20. pascal void ScrollMainWindow    (short        newValue,
  21.                                   short        oldValue);
  22.